compound operator
an operator that has constant parameters, denoted: compound-op[... params ...]
those parameters can be of type: integer, float, simple operator, *, or string
if you require variable parameters, then you need to look at function operators instead